math/rand/v2.ChaCha8.readBuf (field)
10 uses
math/rand/v2 (current package)
chacha8.go#L19: readBuf [8]byte
chacha8.go#L34: c.readBuf = [8]byte{}
chacha8.go#L56: n = copy(p, c.readBuf[len(c.readBuf)-c.readLen:])
chacha8.go#L66: byteorder.LePutUint64(c.readBuf[:], c.Uint64())
chacha8.go#L67: n += copy(p, c.readBuf[:])
chacha8.go#L82: c.readLen = copy(c.readBuf[len(c.readBuf)-len(buf):], buf)
chacha8.go#L106: out = append(out, c.readBuf[len(c.readBuf)-c.readLen:]...)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |